home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / printer / jcosub26.zip / INSTALLF < prev    next >
Text File  |  1996-04-10  |  842b  |  34 lines

  1. ; This script copies the JACOsub fonts to your fonts: directory.
  2.  
  3. echo "Your system clock MUST be set to the correct date*nbefore installing the fonts."
  4.  
  5. if not exists fonts/JACOsub.font
  6.    echo "Cannot find any fonts to install!"
  7.    wait 1
  8.    quit
  9. endif
  10.  
  11. failat 21
  12. makedir fonts:JACOsub
  13. makedir fonts:JACOsub_mono
  14. makedir fonts:JACOsub_superhires
  15.  
  16. if EXISTS fonts:JACOsub/24e
  17.    delete fonts:JACOsub/24e
  18. endif
  19. if EXISTS fonts:JACOsub/18e
  20.    delete fonts:JACOsub/18e
  21. endif
  22.  
  23. copy fonts/JACOsub.font fonts:
  24. copy fonts/JACOsub_mono.font fonts:
  25. copy fonts/JACOsub_superhires.font fonts:
  26. copy fonts/JACOsub/#? fonts:JACOsub
  27. copy fonts/JACOsub_mono/#? fonts:JACOsub_mono
  28. copy fonts/JACOsub_superhires/#? fonts:JACOsub_superhires
  29.  
  30. ; if all copied OK, then delete the fonts from distribution directory
  31. ;if not warn
  32. ;   delete fonts all quiet
  33. ;endif
  34.